* lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Apr 2012 17:06:12 +0000 (13:06 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Apr 2012 17:06:12 +0000 (13:06 -0400)
(ruby-syntax-propertize-regexp): Remove.
(ruby-syntax-propertize-function): Split regexp into chunks.
Match following code directly.
* test/indent/ruby.rb: New file, to test new syntax-propertize code.

test/ChangeLog

index 66f8592c79c03372f0bbadec3a8c40c9b579124a..ff38a8fa9e135a46db6c6c211eaf84ccc0feb6ad 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * indent/ruby.rb: New file, to test new syntax-propertize code.
+
 2012-04-11  Glenn Morris  <rgm@gnu.org>
 
        * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.